home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 3-Demos / Third Party Demos / Networking / MacMainFrame / card_7554.txt < prev    next >
Text File  |  1989-07-14  |  3KB  |  154 lines

  1. -- card: 7554 from stack: in
  2. -- bmap block id: 6859
  3. -- flags: 0000
  4. -- background id: 4673
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.  
  9.  
  10.  
  11. end idle
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. -- part 2 (button)
  19. -- low flags: 00
  20. -- high flags: 2000
  21. -- rect: left=241 top=130 right=155 bottom=420
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: Termianl Settings and ...
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   visual effect barn door open
  33.   push card
  34.   go to card id 20989
  35. end mouseUp
  36.  
  37.  
  38.  
  39.  
  40. -- part 4 (button)
  41. -- low flags: 00
  42. -- high flags: 2000
  43. -- rect: left=245 top=249 right=275 bottom=425
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Keyboard Maps
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   visual effect iris open
  55.   push card
  56.   go to card id 3235
  57. end mouseUp
  58.  
  59.  
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: 2000
  65. -- rect: left=242 top=191 right=217 bottom=423
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: The terminal display
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual effect barn door open
  77.   push card
  78.   go to card id 19277
  79. end mouseUp
  80.  
  81.  
  82.  
  83.  
  84. -- part 6 (button)
  85. -- low flags: 00
  86. -- high flags: 2000
  87. -- rect: left=238 top=68 right=95 bottom=420
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Product Info
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual effect barn door open slowly
  99.   push card
  100.   hide menuBar
  101.   go to card id 19995
  102. end mouseUp
  103.  
  104.  
  105.  
  106.  
  107. -- part 7 (button)
  108. -- low flags: 80
  109. -- high flags: 8001
  110. -- rect: left=87 top=144 right=165 bottom=123
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: pf3
  119.  
  120.  
  121. -- part 8 (button)
  122. -- low flags: 80
  123. -- high flags: 8001
  124. -- rect: left=150 top=53 right=65 bottom=204
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 0 / 0
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: ----->
  133.  
  134.  
  135. -- part 17 (button)
  136. -- low flags: 00
  137. -- high flags: 0000
  138. -- rect: left=449 top=285 right=313 bottom=486
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 1012 / 1012
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: Return
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   visual effect iris close
  150.   pop card
  151.   show menuBar
  152. end mouseUp
  153.  
  154.